Skip to content

Document cross_post param on Reply to a Ticket endpoint#442

Merged
ellicenelson merged 1 commit intomainfrom
markdennis22/fix/document-cross-post-ticket-reply
Apr 13, 2026
Merged

Document cross_post param on Reply to a Ticket endpoint#442
ellicenelson merged 1 commit intomainfrom
markdennis22/fix/document-cross-post-ticket-reply

Conversation

@markdennis22
Copy link
Copy Markdown
Contributor

Why?

The Reply to a Ticket endpoint supports a cross_post boolean parameter that cross-posts notes to all linked conversations on back-office tickets, but this was never documented in the API spec. Reported by the Knowledge team and confirmed via codebase investigation.

How?

Added the cross_post boolean property to the admin_reply_ticket_request schema and a corresponding request body example across all API versions that have the ticket reply endpoint (2.10–2.15 and Unstable).

Generated with Claude Code

Add cross_post boolean property to admin_reply_ticket_request schema
across all API versions (2.10-2.15, Unstable). When set to true on a
note message type, the reply is cross-posted to all linked conversations
on back-office tickets.

Closes intercom/intercom#432971

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@markdennis22 markdennis22 self-assigned this Apr 10, 2026
@ellicenelson ellicenelson merged commit a9a3759 into main Apr 13, 2026
3 checks passed
@ellicenelson ellicenelson deleted the markdennis22/fix/document-cross-post-ticket-reply branch April 13, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants